PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFMatrix Class / rotate Method
The angle of the rotation, in degrees.
In This Topic
    rotate Method
    In This Topic
    Prepend to this matrix a clockwise rotation, around the origin and by the specified angle.
    Syntax
    public void rotate( 
       double angle
    )

    Parameters

    angle
    The angle of the rotation, in degrees.
    See Also